home *** CD-ROM | disk | FTP | other *** search
/ Computer Inter@ctive 17 / Computer Interactive cdrom 17 - gen 99.iso / ZDNETIT / CONTENT / CDMAX.ZIP / CDmax.exe / 0 / RCDATA / TFRMSEARCH / TFRMSEARCH.txt
Encoding:
Text File  |  1998-11-09  |  2.8 KB  |  140 lines

  1. object frmSearch: TfrmSearch
  2.   Left = 534
  3.   Top = 248
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Web Search'
  7.   ClientHeight = 217
  8.   ClientWidth = 273
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object spbSearch: TSpeedButton
  20.     Left = 16
  21.     Top = 184
  22.     Width = 75
  23.     Height = 25
  24.     Caption = '&Search'
  25.     OnClick = spbSearchClick
  26.   end
  27.   object spbCancel: TSpeedButton
  28.     Left = 184
  29.     Top = 184
  30.     Width = 75
  31.     Height = 25
  32.     Caption = '&Cancel'
  33.     OnClick = spbCancelClick
  34.   end
  35.   object pgcSearch: TPageControl
  36.     Left = 16
  37.     Top = 8
  38.     Width = 241
  39.     Height = 169
  40.     ActivePage = tbsCDDB
  41.     TabOrder = 0
  42.     OnChange = pgcSearchChange
  43.     object tbsLyrics: TTabSheet
  44.       Caption = 'www.lyrics.ch'
  45.       object lblArtist: TLabel
  46.         Left = 8
  47.         Top = 8
  48.         Width = 23
  49.         Height = 13
  50.         Caption = 'Artist'
  51.       end
  52.       object lblDisc: TLabel
  53.         Left = 8
  54.         Top = 48
  55.         Width = 21
  56.         Height = 13
  57.         Caption = 'Disc'
  58.       end
  59.       object lblTrack: TLabel
  60.         Left = 8
  61.         Top = 88
  62.         Width = 28
  63.         Height = 13
  64.         Caption = 'Track'
  65.       end
  66.       object edtArtist: TEdit
  67.         Left = 8
  68.         Top = 23
  69.         Width = 217
  70.         Height = 21
  71.         TabOrder = 0
  72.       end
  73.       object edtDisc: TEdit
  74.         Left = 8
  75.         Top = 63
  76.         Width = 217
  77.         Height = 21
  78.         TabOrder = 1
  79.       end
  80.       object edtTrack: TEdit
  81.         Left = 8
  82.         Top = 103
  83.         Width = 217
  84.         Height = 21
  85.         TabOrder = 2
  86.       end
  87.     end
  88.     object tbsCDDB: TTabSheet
  89.       Caption = 'www.cddb.com'
  90.       object lblSearchField: TLabel
  91.         Left = 8
  92.         Top = 71
  93.         Width = 76
  94.         Height = 13
  95.         Caption = 'Search Field(s) :'
  96.         Transparent = True
  97.       end
  98.       object edtCDDB: TEdit
  99.         Left = 8
  100.         Top = 31
  101.         Width = 217
  102.         Height = 21
  103.         TabOrder = 0
  104.       end
  105.       object cbxArtist: TCheckBox
  106.         Left = 8
  107.         Top = 95
  108.         Width = 51
  109.         Height = 15
  110.         Caption = 'Artist'
  111.         TabOrder = 1
  112.       end
  113.       object cbxDisc: TCheckBox
  114.         Left = 91
  115.         Top = 95
  116.         Width = 51
  117.         Height = 15
  118.         Caption = 'Disc'
  119.         TabOrder = 2
  120.       end
  121.       object cbxTrack: TCheckBox
  122.         Left = 174
  123.         Top = 95
  124.         Width = 51
  125.         Height = 15
  126.         Caption = 'Track'
  127.         TabOrder = 3
  128.       end
  129.     end
  130.   end
  131.   object inoSearch: TIniOut
  132.     Items.Strings = (
  133.       'frmSearch;Top;0;Software\Tisdale\CDmax\frmSearch;Top;1;0'
  134.       'frmSearch;Left;0;Software\Tisdale\CDmax\frmSearch;Left;1;0')
  135.     RegistryRoot = CURRENT_USER
  136.     Left = 120
  137.     Top = 184
  138.   end
  139. end
  140.